
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

/* tabs http://codepen.io/anon/pen/WRYgbj */
h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

p {
  margin: 0 0 20px;
  line-height: 1.5;
}


#buildtabsContainer section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.span_2_of_5_right input {
  display: none;
}

.span_2_of_5_right label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.span_2_of_5_right label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.span_2_of_5_right label[for*='1']:before { content: '\f1b9'; }
.span_2_of_5_right label[for*='2']:before { content: '\f087'; }
.span_2_of_5_right label[for*='3']:before { content: '\f085'; }
.span_2_of_5_right label[for*='4']:before { content: '\f0ea'; }

.span_2_of_5_right label:hover {
  color: #888;
  cursor: pointer;
}

.span_2_of_5_right input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #c3002f;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  .span_2_of_5_right label {
    font-size: 0;
  }
  .span_2_of_5_right label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .span_2_of_5_right label {
    padding: 15px;
  }
}
